home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RRRRWWWWOOOOrrrrddddeeeerrrreeeeddddIIIItttteeeerrrraaaattttoooorrrr((((3333CCCC++++++++)))) RRRRWWWWOOOOrrrrddddeeeerrrreeeeddddIIIItttteeeerrrraaaattttoooorrrr((((3333CCCC++++++++))))
-
-
-
- NNNNaaaammmmeeee
- RWOrderedIterator - Rogue Wave library class
-
- SSSSyyyynnnnooooppppssssiiiissss
- #include <rw/ordcltn.h>
-
-
-
- RWOrdered a ;
- RWOrderedIterator iter(a);
-
-
-
-
- DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
- Iterator for class RRRRWWWWOOOOrrrrddddeeeerrrreeeedddd. Traverses the collection from the first to
- the last item. Like all Rogue Wave iterators, the "current item" is
- undefined immediately after construction -- you must define it by using
- ooooppppeeeerrrraaaattttoooorrrr(((()))) or some other (valid) operation. Once the iterator has
- advanced beyond the end of the collection it is no longer valid --
- continuing to use it will bring undefined results.
-
- PPPPeeeerrrrssssiiiisssstttteeeennnncccceeee
- None
-
- PPPPuuuubbbblllliiiicccc CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrrssss
- RRRRWWWWOOOOrrrrddddeeeerrrreeeeddddIIIItttteeeerrrraaaattttoooorrrr(const RWOrdered& a);
-
-
- Construct an RRRRWWWWOOOOrrrrddddeeeerrrreeeeddddIIIItttteeeerrrraaaattttoooorrrr from an RRRRWWWWOOOOrrrrddddeeeerrrreeeedddd. Immediately after
- construction the position of the iterator is undefined.
-
- PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrr OOOOppppeeeerrrraaaattttoooorrrr
- virtual RWCollectable*
- ooooppppeeeerrrraaaattttoooorrrr(((())))();
-
-
- Redefined from class RRRRWWWWIIIItttteeeerrrraaaattttoooorrrr. Advances the iterator to the next item
- and returns it. Returns nil when the end of the collection is reached.
-
- PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrr FFFFuuuunnnnccccttttiiiioooonnnnssss
- virtual RWCollectable*
- ffffiiiinnnnddddNNNNeeeexxxxtttt(const RWCollectable*);
-
-
- Redefined from class RRRRWWWWIIIItttteeeerrrraaaattttoooorrrr. Moves iterator to the next item which
- iiiissssEEEEqqqquuuuaaaallll to the item pointed to by target and returns it. If no item is
- found, returns nil and the position of the iterator will be undefined.
-
- virtual RWCollectable*
- kkkkeeeeyyyy() const;
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- RRRRWWWWOOOOrrrrddddeeeerrrreeeeddddIIIItttteeeerrrraaaattttoooorrrr((((3333CCCC++++++++)))) RRRRWWWWOOOOrrrrddddeeeerrrreeeeddddIIIItttteeeerrrraaaattttoooorrrr((((3333CCCC++++++++))))
-
-
-
- Redefined from class RRRRWWWWIIIItttteeeerrrraaaattttoooorrrr. Returns the item at the current
- iterator position.
-
- virtual void
- rrrreeeesssseeeetttt();
-
-
- Redefined from class RRRRWWWWIIIItttteeeerrrraaaattttoooorrrr. Resets the iterator to its starting
- state.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-